Node Type
The values that can be used to distinguish different kind of nodes, such that HTML element, text, attribute, from each other.
Entries
Link copied to clipboard
Represents an element node such as <p> or <div>.
Link copied to clipboard
An attribute of the HTML element.
Link copied to clipboard
A [CDATA] section.
Link copied to clipboard
A `ProcessingInstruction of an XML document such as <?xml-stylesheet ... ?> declaration.
Link copied to clipboard
A content between the <!-- and --> statements.
Link copied to clipboard
A document node.
Link copied to clipboard
A document type node. For example, <!DOCTYPE html> for HTML5 documents.
Link copied to clipboard
A segment of the document structure.